home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / nahravani / aurec / arw3.exe / {app} / ARWizard3.exe / 0 / RCDATA / TFORM8 / TFORM8.txt
Encoding:
Text File  |  2004-05-19  |  1.5 KB  |  84 lines

  1. object Form8: TForm8
  2.   Left = 992
  3.   Top = 550
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Hot Key Setting'
  6.   ClientHeight = 94
  7.   ClientWidth = 312
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   Scaled = False
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object Label1: TLabel
  20.     Left = 12
  21.     Top = 20
  22.     Width = 34
  23.     Height = 14
  24.     Caption = 'Button:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 206
  28.     Top = 19
  29.     Width = 6
  30.     Height = 14
  31.     Caption = '+'
  32.   end
  33.   object ComboBox1: TComboBox
  34.     Left = 51
  35.     Top = 16
  36.     Width = 142
  37.     Height = 22
  38.     ItemHeight = 14
  39.     TabOrder = 1
  40.     Text = 'ComboBox'
  41.     Items.Strings = (
  42.       'Alt'
  43.       'Ctrl'
  44.       'Ctrl + Alt')
  45.   end
  46.   object Button1: TButton
  47.     Left = 135
  48.     Top = 57
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'OK'
  52.     TabOrder = 2
  53.     OnClick = Button1Click
  54.   end
  55.   object Button2: TButton
  56.     Left = 218
  57.     Top = 57
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'Cancel'
  61.     TabOrder = 3
  62.     OnClick = Button2Click
  63.   end
  64.   object Edit1: TEdit
  65.     Left = 227
  66.     Top = 16
  67.     Width = 65
  68.     Height = 22
  69.     CharCase = ecUpperCase
  70.     TabOrder = 0
  71.     Text = 'EDIT1'
  72.     OnEnter = Edit1Enter
  73.     OnKeyUp = Edit1KeyUp
  74.   end
  75.   object CheckBox1: TCheckBox
  76.     Left = 13
  77.     Top = 60
  78.     Width = 119
  79.     Height = 17
  80.     Caption = 'Disable this hotkey'
  81.     TabOrder = 4
  82.   end
  83. end
  84.